|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.brogent.development.tool.ResCombineManager
public class ResCombineManager
Method Summary | |
---|---|
void |
destroy()
|
static ResCombineManager |
getInstance()
getter method of the singleton ResCombineManager |
static ResCombineManager |
initCombineInstantce(Context c,
Resources res,
int resId)
Init the singleton ResCombineManager by context, package resource
and the split resource file id, and return the manager. |
void |
selectBglResourceFile(java.lang.String fileName)
if the file represented by fileName does not exist,
this combines the file from split files, then select the
file by MiniBGLLibrary |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ResCombineManager initCombineInstantce(Context c, Resources res, int resId)
ResCombineManager
by context, package resource
and the split resource file id, and return the manager. The package resource
does not need to be the same by context.getResources()
, one can
access other packages resources.
c
- application contextres
- package resourceresId
- resource id of the split config xml file
ResCombineManager
ResCombineManager
public static ResCombineManager getInstance()
ResCombineManager
ResCombineManager
public void selectBglResourceFile(java.lang.String fileName)
fileName
does not exist,
this combines the file from split files, then select the
file by MiniBGLLibrary
fileName
- the B3Z file, file name only, contains no pathMiniBgl
public void destroy()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |